翻訳と辞書
Words near each other
・ "O" Is for Outlaw
・ "O"-Jung.Ban.Hap.
・ "Ode-to-Napoleon" hexachord
・ "Oh Yeah!" Live
・ "Our Contemporary" regional art exhibition (Leningrad, 1975)
・ "P" Is for Peril
・ "Pimpernel" Smith
・ "Polish death camp" controversy
・ "Pro knigi" ("About books")
・ "Prosopa" Greek Television Awards
・ "Pussy Cats" Starring the Walkmen
・ "Q" Is for Quarry
・ "R" Is for Ricochet
・ "R" The King (2016 film)
・ "Rags" Ragland
・ ! (album)
・ ! (disambiguation)
・ !!
・ !!!
・ !!! (album)
・ !!Destroy-Oh-Boy!!
・ !Action Pact!
・ !Arriba! La Pachanga
・ !Hero
・ !Hero (album)
・ !Kung language
・ !Oka Tokat
・ !PAUS3
・ !T.O.O.H.!
・ !Women Art Revolution


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

bilinear interpolation : ウィキペディア英語版
bilinear interpolation

In mathematics, bilinear interpolation is an extension of linear interpolation for interpolating functions of two variables (e.g., ''x'' and ''y'') on a rectilinear 2D grid.
The key idea is to perform linear interpolation first in one direction, and then again in the other direction. Although each step is linear in the sampled values and in the position, the interpolation as a whole is not linear but rather quadratic in the sample location.
==Algorithm==
Suppose that we want to find the value of the unknown function ''f'' at the point (''x'', ''y''). It is assumed that we know the value of ''f'' at the four points ''Q''11 = (''x''1, ''y''1), ''Q''12 = (''x''1, ''y''2), ''Q''21 = (''x''2, ''y''1), and ''Q''22 = (''x''2, ''y''2).
We first do linear interpolation in the ''x''-direction. This yields
:\begin
f(x, y_1) &\approx \frac f(Q_) + \frac f(Q_) \\
f(x, y_2) &\approx \frac f(Q_) + \frac f(Q_)
\end
We proceed by interpolating in the ''y''-direction to obtain the desired estimate:
:\begin
f(x,y) &\approx \frac f(x, y_1) + \frac f(x, y_2) \\
&\approx \frac \left ( \frac f(Q_) + \frac f(Q_) \right ) + \frac \left ( \frac f(Q_) + \frac f(Q_) \right ) \\
&= \frac \left ( f(Q_)(x_2-x)(y_2-y) + f(Q_)(x-x_1)(y_2-y)+ f(Q_)(x_2-x)(y-y_1) + f(Q_)(x-x_1)(y-y_1) \right)
\end
Note that we will arrive at the same result if the interpolation is done first along the ''y''-direction and then along the ''x''-direction.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「bilinear interpolation」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.